From: Eli Zaretskii Date: Mon, 28 Sep 2009 17:47:48 +0000 (+0000) Subject: (extend_face_to_end_of_line): Fix formatting of comments. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10237 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0d8fc25e281a0319f7da4c8a1d9c2af2116b57ef;p=emacs.git (extend_face_to_end_of_line): Fix formatting of comments. --- diff --git a/src/xdisp.c b/src/xdisp.c index 226a43d7dc5..017d4ce86fd 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -16179,9 +16179,10 @@ extend_face_to_end_of_line (it) it->glyph_row->fill_line_p = 1; /* If current character of IT is not ASCII, make sure we have the - ASCII face. This will be automatically undone the next time - get_next_display_element returns a multibyte character. Note - that the character will always be single byte in unibyte text. */ + ASCII face. This will be automatically undone the next time + get_next_display_element returns a multibyte character. Note + that the character will always be single byte in unibyte + text. */ if (!ASCII_CHAR_P (it->c)) { it->face_id = FACE_FOR_CHAR (f, face, 0, -1, Qnil);